home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / LibraryOfCongress / Source / Makefile < prev    next >
Makefile  |  1994-04-30  |  1KB  |  50 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = LibraryOfCongress
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = app.tiff
  16. GLOBAL_RESOURCES = LibraryOfCongress.nib License.nib
  17.  
  18. CLASSES = ColorBars.m ColorScroller.m Defaults.m License.m\
  19.           MyMenuCell.m Process.m Storm.m
  20.  
  21. HFILES = ColorBars.h ColorScroller.h Defaults.h License.h MyMenuCell.h\
  22.          Process.h Storm.h
  23.  
  24. MFILES = LibraryOfCongress_main.m
  25.  
  26. CFILES = misc.c state.c util.c
  27.  
  28.  
  29.  
  30. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  31. MAKEFILE = app.make
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35.  
  36. ICONSECTIONS =    -sectcreate __ICON app app.tiff
  37.  
  38. LIBS = -lMedia_s -lNeXT_s
  39. DEBUG_LIBS = $(LIBS)
  40. PROF_LIBS = $(LIBS)
  41.  
  42.  
  43. -include Makefile.preamble
  44.  
  45. include $(MAKEFILEDIR)/$(MAKEFILE)
  46.  
  47. -include Makefile.postamble
  48.  
  49. -include Makefile.dependencies
  50.